home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_StrAdj
/
StrokeViewWraps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-19
|
452b
|
19 lines
/* StrokeViewWraps.h generated from StrokeViewWraps.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef STROKEVIEWWRAPS_H
#define STROKEVIEWWRAPS_H
extern void PSWMarkTime( void );
extern void PSWReturnTime(int *ElapsedTime);
extern void PSWDefs( void );
extern void PSWMakeLine(float X0, float Y0, float X1, float Y1);
extern void PSWMakeArc(float X, float Y, float Rad, float AngBeg, float AngEnd);
#endif STROKEVIEWWRAPS_H